
#featured-area {
	width: 480px; height: 270px; margin-top: 72px; position: relative; z-index: 1;
}
.roundabout-holder {
	list-style: none; margin: 0px auto; width: 320px; height: 208px;
}
.roundabout-moveable-item {
	border: 1px solid rgb(221, 221, 221); border-image: none; width: 170px; height: 220px; font-size: 12px !important; cursor: pointer;
}
.roundabout-moveable-item img {
	margin: 0px; width: 100%; height: 100%;
}
.roundabout-in-focus {
	cursor: auto;
}
.roundabout-in-focus:hover {
	-webkit-box-shadow: 0px 0px 20px #ddd; -moz-box-shadow: 0px 0px 20px #ddd;
}
.roundabout li {
	margin: 0px;
}
.spanBtn {
	top: 200px; width: 38px; height: 38px; display: inline-block; position: absolute; cursor: pointer;
}
#featured-area .prev1 {
	background: url("../images/h08.jpg") no-repeat center; left: -40px; top: 106px; width: 38px; height: 38px; display: inline-block; position: absolute; z-index: 9999; cursor: pointer;
}
#featured-area .next1 {
	background: url("../images/h09.jpg") no-repeat center; top: 106px; width: 38px; height: 38px; right: -40px; display: inline-block; position: absolute; z-index: 9999; cursor: pointer;
}
#featured-area .txt {
	text-align: center; color: rgb(47, 89, 143); font-size: 18px; margin-top: 42px; display: none;
}
#featured-area .roundabout-in-focus .txt {
	display: block;
}
